COM AT^SBLK Test --- Clear Black List
COM 
COM Used for Phone supporting BT
COM 
COM V1.0	26.11.2004	T. Kleinmann
COM V1.1	22.02.2005	T. Kleinmann	Added message box that Black list has to checked manually
COM 

from attglobals import *

AT^SBLK=?
WAIT FOR OK

AT^SBLK
WAIT FOR OK

MESSAGE('Please check that Black list is really empty now!')

